Mark.next

Returns the next GtkSourceMark in the buffer or %NULL if the mark was not added to a buffer.

If there is no next mark, %NULL will be returned.

If @category is %NULL, looks for marks of any category.

class Mark
next
(
string category
)

Parameters

category string

a string specifying the mark category, or %NULL.

Return Value

Type: Mark

the next #GtkSourceMark, or %NULL.

Meta